Update Xen version for 3.4.0-rc2
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 16 Apr 2009 10:53:38 +0000 (11:53 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 16 Apr 2009 10:53:38 +0000 (11:53 +0100)
Config.mk
xen/Makefile

index c1aa25ccd2866ba58e88c23caf2b2d48c9476a15..5bd1394119e1f0a658bc7cc72f5a1c16c5b9285a 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -112,6 +112,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
+QEMU_TAG=xen-3.4.0-rc2
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 
 # Specify which qemu-dm to use. This may be `ioemu' to use the old
index da3811dcb0a1d4f2cad53fedf53319fcfc910070..d0ecfc11fdd1ff4bb45542b7903270dafae97426 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 4
-export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version